a8k: pm: extend MSS_TRIGGER_TIMEOUT
authorIgal Liberman <[email protected]>
Mon, 3 Sep 2018 07:40:21 +0000 (10:40 +0300)
committerKonstantin Porotchkin <[email protected]>
Tue, 4 Dec 2018 12:09:44 +0000 (14:09 +0200)
Very rarely, during cpuidle operations the following error
is seen: "PM MSG Trigger Timeout".
This is caused by slow handling of message interrutps
in the PM FW running on CM3 (under heavy PM operation load).

This is not a real issue, so we extend the timeout to
avoid the error prints.

Change-Id: I92fd6f2ff1ddf208b216c123880ded28a00b6e0e
Signed-off-by: Igal Liberman <[email protected]>
Reviewed-on: http://vgitil04.il.marvell.com:8080/59670
Reviewed-by: Kostya Porotchkin <[email protected]>
Tested-by: iSoC Platform CI <[email protected]>
plat/marvell/a8k/common/mss/mss_pm_ipc.c

index 6ff4abccae8c2f7c3a0a7f5f2ebdd9a61a08ea8c..d1297b07b00c3aa7bb193a6c24fa562a56cd905e 100644 (file)
@@ -26,7 +26,7 @@
 
 #define MSS_MSG_INT_MASK       (0x80000000)
 #define MSS_TIMER_BASE         (MVEBU_REGS_BASE_MASK + 0x580110)
-#define MSS_TRIGGER_TIMEOUT    (1000)
+#define MSS_TRIGGER_TIMEOUT    (2000)
 
 /*****************************************************************************
  * mss_pm_ipc_msg_send